Methods
Methods | Description |
---|---|
Create | Creates an instance of the TsgDXFViewport object. |
Destroy | Frees up all internal objects before destroying this object. |
GetBoundary | The method returns the boundary of the Viewport as the TsgDXFEntity object. |
GetBoundariesAsPoints | The method returns the boundary of viewport entity as list of points. |
Offset | The method sets the center point of viewport. |
SetBoundary | The method sets the boundary of the viewport as entity. |
Derived from TsgDXFPenEntity | Description |
---|---|
AssignEntity | The method copies properties of source entity to current entity. |
SetColor | The method changes the color used for drawing. |
Derived from TsgDXFEntity | Description |
---|---|
AddEntity | The method adds a new child entity. |
Clone | The method copies properties of source entity to current entity (include Handle ). |
Draw | The method generates the OnDraw event. |
EntName | The method returns an entity name. |
GetBoxPoints | The method is used in drawing cycle for fast checking whether the entity must be drawn. |
GetThickness | The method returns entity's thickness. |
SetLType | The method sets line type of the entity. |
SetLWeight | The method sets line weight width of the entity. |